public class NucleoAutorizzatoResponse
extends java.lang.Object
Classe Java per nucleoAutorizzatoResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="nucleoAutorizzatoResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codiceNucleo">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]+"/>
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="codiceStruttura">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]+"/>
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codiceNucleo |
protected java.lang.String |
codiceStruttura |
| Constructor and Description |
|---|
NucleoAutorizzatoResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodiceNucleo()
Recupera il valore della proprietà codiceNucleo.
|
java.lang.String |
getCodiceStruttura()
Recupera il valore della proprietà codiceStruttura.
|
void |
setCodiceNucleo(java.lang.String value)
Imposta il valore della proprietà codiceNucleo.
|
void |
setCodiceStruttura(java.lang.String value)
Imposta il valore della proprietà codiceStruttura.
|
protected java.lang.String codiceNucleo
protected java.lang.String codiceStruttura
public java.lang.String getCodiceNucleo()
Stringpublic void setCodiceNucleo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodiceStruttura()
Stringpublic void setCodiceStruttura(java.lang.String value)
value - allowed object is
String